Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Fix the clean/distclean build targets.
Browse files Browse the repository at this point in the history
Rename the 'doc' target to 'docs' - it's more obvious, and is consistent
with the directory name.
  • Loading branch information
dpage committed May 10, 2012
1 parent c1a168f commit 1e8ff31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.am
Expand Up @@ -80,8 +80,11 @@ style:
astyle -n -p -b -S -t4 -k3 -z2 `find . -name "*.cpp" -o -name "*.h" | egrep -v "(wx-build|xrcDialogs|pgscript/test)"`

# Create HTML docs
doc:
docs:
if SPHINX_BUILD
cd $(top_srcdir)/docs/en_US && make -f Makefile.sphinx SPHINXBUILD=${SPHINX_BUILD} html
endif

clean-local:
rm -rf docs/en_US/_build
rm docs/en_US/conf.py
2 changes: 2 additions & 0 deletions xtra/png2c/Makefile.am
Expand Up @@ -14,3 +14,5 @@ png2c_SOURCES = \

EXTRA_DIST = \
$(srcdir)/png2c.vcproj

distclean:

0 comments on commit 1e8ff31

Please sign in to comment.