/branches/Version13x/Scribus/devel-doc/Doxyfile |
---|
350,7 → 350,7 |
# and error messages should be written. If left blank the output is written |
# to stderr. |
WARN_LOGFILE = logs/warnings.txt |
WARN_LOGFILE = error.log |
#--------------------------------------------------------------------------- |
# configuration options related to the input files |
/branches/Version13x/Scribus/devel-doc/Makefile |
---|
1,6 → 1,7 |
all: |
doxygen |
echo Applying templates |
echo "*** See error.log for errors and warnings" |
echo "*** Applying templates" |
cat templates/header.html > index.html |
cat templates/index.html >> index.html |
cat templates/footer.html >> index.html |
9,6 → 10,7 |
rm *.html |
rm *.png |
rm *.css |
rm error.log |
tgz: |
tar -cf Scribus-devel-docs.tar * |