]> git.sesse.net Git - vlc/blobdiff - doc/Makefile.am
Win32: go to fullscreen on the same monitor as the vlc window
[vlc] / doc / Makefile.am
index 1047502f1a1b3878af38fdbe0084f193deeb7259..676dbb2d088c2dd63e0d6011e968528e1e09033d 100644 (file)
@@ -1,7 +1,5 @@
 NULL =
 
-docdir = $(datadir)/doc/@PACKAGE@
-
 doc_DATA = \
        bugreport-howto.txt \
        fortunes.txt \
@@ -22,16 +20,21 @@ CHANGELOGS = \
        ChangeLog-2008 \
        $(NULL)
 
+man1_MANS = \
+          vlc.1 \
+          vlc-wrapper.1 \
+          vlc-config.1
+
 EXTRA_DIST = \
        $(CHANGELOGS) \
-       vlc.1 \
-       vlc-config.1 \
-       bugreport-howto.txt \
+        $(man1_MANS) \
+        bugreport-howto.txt \
        fortunes.txt \
        intf-cdda.txt \
        intf-vcd.txt \
        release-howto.txt \
        arm-crosscompile-howto.sgml \
+       Doxyfile.in \
        Configure.help \
        lirc/example.lircrc \
        skins/skins-howto.txt \
@@ -47,7 +50,13 @@ EXTRA_DIST = \
        demo.sh \
        $(NULL)
 
-DISTCLEANFILES = $(CHANGELOGS)
+DISTCLEANFILES = $(CHANGELOGS) Doxyfile
+
+Doxyfile: Doxyfile.in $(top_builddir)/config.status
+       cd $(top_builddir) && $(SHELL) ./config.status --file=$(subdir)/$@
+
+doc: Doxyfile
+       doxygen
 
 $(CHANGELOGS): Makefile.am
        if test -d "$(top_srcdir)/.git"; then \
@@ -59,7 +68,9 @@ $(CHANGELOGS): Makefile.am
        fi
 
 # This one needs to be rebuilt all the time :)
-.PHONY: ChangeLog-2008
-#
+.PHONY: ChangeLog-2008 changelogs doc
+
+changelogs: $(CHANGELOGS)
+
 #distclean-hook:
 #      test "$(srcdir)" = "$(builddir)" || rm -f -- $(CHANGELOGS)