renaming base documentation names
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 8 Oct 2003 14:38:48 +0000 (14:38 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 8 Oct 2003 14:38:48 +0000 (14:38 +0000)
Original commit message from CVS:
renaming base documentation names

docs/faq/Makefile.am
docs/faq/faq.xml [moved from docs/faq/gstreamer-faq.xml with 100% similarity]
docs/manual/Makefile.am
docs/manual/manual.xml [moved from docs/manual/gstreamer-manual.xml with 100% similarity]
docs/pwg/pwg.xml [moved from docs/pwg/gst-plugin-writers-guide.xml with 100% similarity]

index c9b3a03..b5e7bcb 100644 (file)
@@ -1,7 +1,7 @@
 ### this is the part you can customize if you need to
 
 # base name of doc
-DOC = gstreamer-faq
+DOC = faq
 
 # main xml file
 MAIN = $(DOC).xml
similarity index 100%
rename from docs/faq/gstreamer-faq.xml
rename to docs/faq/faq.xml
index 9ab655a..7fdbb56 100644 (file)
@@ -1,7 +1,7 @@
 ### this is the part you can customize if you need to
 
 # base name of doc
-DOC = gstreamer-manual
+DOC = manual
 
 # main xml file
 MAIN = $(DOC).xml