Skip to content

Commit

Permalink
Remove doc generation from Makefile
Browse files Browse the repository at this point in the history
This was not maintained.
  • Loading branch information
guillaumechereau committed Dec 27, 2023
1 parent 2bb827b commit 531d28f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,6 @@ clean:
analyze:
scan-build scons mode=analyze

# Make the doc using natualdocs. On debian, we only have an old version
# of naturaldocs available, where it is not possible to exclude files by
# pattern. I don't want to parse the C files (only the headers), so for
# the moment I use a tmp file to copy the sources and remove the C files.
# It's a bit ugly.
.PHONY: doc
doc:
rm -rf /tmp/goxel_src
cp -rf src /tmp/goxel_src
find /tmp/goxel_src -name '*.c' | xargs rm
mkdir -p doc ndconfig
naturaldocs -i /tmp/goxel_src -o html doc -p ndconfig

# Targets to install/uninstall goxel and its data files on unix system.
PREFIX ?= /usr/local

Expand Down

0 comments on commit 531d28f

Please sign in to comment.