summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2019-04-26 17:57:49 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2019-04-26 17:57:49 +0200
commit1920f1b489a54e8ab97a3e24b1bab64831e32b53 (patch)
tree1cdcec7df7eafec396d29e94bc35554c210fb8db /doc/Makefile.am
parent63b80068976fbc5460c284aef0e6560abcf13e68 (diff)
New upstream version 0.9.2upstream/0.9.2
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am35
1 files changed, 0 insertions, 35 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644
index 012f0bc..0000000
--- a/doc/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-## Build doc files
-all-local: html/index.html
-
-html/index.html: $(srcdir)/../include/uriparser/*.h \
- $(srcdir)/../src/*.c \
- $(srcdir)/../src/*.h \
- $(srcdir)/Mainpage.txt
- rm -Rf "$(builddir)/html"
- doxygen Doxyfile
- touch html/index.html
-
-
-## Clean doc files
-clean-local:
- rm -Rf "$(builddir)/html"
- rm -f *.qch
-
-
-## Clean configure files
-distclean-local:
- rm -f config.{log,status} release.sh Doxyfile
-
-
-## Install doc files
-install-data-local:
- $(MKDIR_P) "$(DESTDIR)$(docdir)/html/search" ## Didn't work with installdirs-local
- $(INSTALL_DATA) html/*.css html/*.html html/*.js html/*.md5 html/*.png "$(DESTDIR)$(docdir)/html/"
- $(INSTALL_DATA) html/search/* "$(DESTDIR)$(docdir)/html/search/"
- -$(INSTALL_DATA) *.qch "$(DESTDIR)$(docdir)/"
-
-
-## Uninstall doc files
-uninstall-local:
- rm -Rf "$(DESTDIR)$(docdir)/html"
- rm -f "$(DESTDIR)$(docdir)"/*.qch