diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2014-10-05 22:39:31 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2014-10-05 22:39:31 +0000 |
| commit | a1c0b1b08c51bdeb2f62892d70098f800163af81 (patch) | |
| tree | 65acf3c9fdcf0989cd97e11a4eb7b640e12f322e /documentation/Makefile | |
| parent | 31512b73235a70d778fd42cca124c0f920425065 (diff) | |
Add html doc dependency on (unused) src/fltk-book.tex for doxygen.
This is not intended and could also be removed from Doxyfile, but
currently this is the best way - more changes to come...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10361 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Makefile')
| -rw-r--r-- | documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 24e7e7768..5f8473048 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -128,7 +128,7 @@ uninstall-linux uninstall-osx: # is not made by default. # Use `make html' or `make dist' to create the html docs -html: $(HTMLFILES) Doxyfile +html: $(HTMLFILES) Doxyfile src/fltk-book.tex echo "Generating HTML documentation..." -$(RMDIR) html -$(INSTALL_DIR) html |
