comparison doc/doxyhtml/module.mk @ 21646:3cddf1e65ccf

split doc/module.mk into separate files for subdirectories * doc/doxyhtml/module.mk, doc/interperter/module.mk, doc/liboctave/module.mk, doc/refcard/module.mk: New files, split from doc/mdoule.mk.
author John W. Eaton <jwe@octave.org>
date Wed, 27 Apr 2016 09:31:39 -0400
parents
children 8308417aff1c
comparison
equal deleted inserted replaced
21645:9810e483b42f 21646:3cddf1e65ccf
1 doxyhtml: doc/doxyhtml/Doxyfile | doc/doxyhtml/$(octave_dirstamp)
2 doxygen doc/doxyhtml/Doxyfile
3
4 doxyhtml-maintainer-clean:
5 rm -f doc/doxygen_sqlite3.db
6 rm -rf `ls -d doc/doxyhtml/* 2>/dev/null | $(GREP) -v 'Doxyfile\.in\|README'`
7
8 doc_EXTRA_DIST += \
9 doc/doxyhtml/Doxyfile.in \
10 doc/doxyhtml/README
11
12 DIRSTAMP_FILES += doc/doxyhtml/$(octave_dirstamp)