Commit 87ea6efa authored by Dimitri van Heesch's avatar Dimitri van Heesch

Added testing Makefile and updated .gitignore ignore other makefiles

parent b59bbe14
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
*.rej *.rej
*.orig *.orig
Makefile
*.pro *.pro
/.makeconfig /.makeconfig
/.tmakeconfig /.tmakeconfig
...@@ -14,13 +13,22 @@ Makefile ...@@ -14,13 +13,22 @@ Makefile
/src/libdoxycfg.t /src/libdoxycfg.t
/src/libdoxygen.t /src/libdoxygen.t
/packages/rpm/doxygen.spec /packages/rpm/doxygen.spec
/libmd5/Makefile
/libmd5/Makefile.libmd5 /libmd5/Makefile.libmd5
/qtools/Makefile
/qtools/Makefile.qtools /qtools/Makefile.qtools
/src/Makefile.doxygen /src/Makefile.doxygen
/src/Makefile.libdoxycfg /src/Makefile.libdoxycfg
/src/Makefile.libdoxygen /src/Makefile.libdoxygen
/addon/doxysearch/Makefile
/addon/doxysearch/Makefile.doxyindexer /addon/doxysearch/Makefile.doxyindexer
/addon/doxysearch/Makefile.doxysearch /addon/doxysearch/Makefile.doxysearch
/addon/doxmlparser/examples/metrics/Makefile
/addon/doxmlparser/src/Makefile
/addon/doxyapp/Makefile
/addon/doxywizard/Makefile
/examples/Makefile
/Makefile
/bin /bin
/lib /lib
...@@ -48,4 +56,8 @@ Makefile ...@@ -48,4 +56,8 @@ Makefile
/src/vhdlparser.cpp /src/vhdlparser.cpp
/src/vhdlparser.h /src/vhdlparser.h
/src/vhdlscanner.cpp /src/vhdlscanner.cpp
/src/Makefile
/doc/Makefile
/doc/translator_report.txt /doc/translator_report.txt
tests:
@perl runtests.pl --doxygen ../bin/doxygen
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment