summaryrefslogtreecommitdiff
path: root/scrnsaverproto/specs
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-01-30 12:09:22 -0500
committerAdam Jackson <ajax@redhat.com>2018-01-30 12:09:22 -0500
commitdc2c6e8e2c4932e15218f415eff34a9a46b8fda4 (patch)
tree8b8fa7dd4813ac92dfbc7f0f83053e91a204cb37 /scrnsaverproto/specs
parentd9f9efc70b7e7c8d6b366d90a3de169d47e9002f (diff)
git mv *proto/ attic/
Stash the old documentation build recipes somewhere less immediately ugly. Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'scrnsaverproto/specs')
-rw-r--r--scrnsaverproto/specs/.gitignore5
-rw-r--r--scrnsaverproto/specs/Makefile.am13
2 files changed, 0 insertions, 18 deletions
diff --git a/scrnsaverproto/specs/.gitignore b/scrnsaverproto/specs/.gitignore
deleted file mode 100644
index 92946c9..0000000
--- a/scrnsaverproto/specs/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-*.html
-*.ps
-*.pdf
-*.txt
-*.db
diff --git a/scrnsaverproto/specs/Makefile.am b/scrnsaverproto/specs/Makefile.am
deleted file mode 100644
index f93e295..0000000
--- a/scrnsaverproto/specs/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-
-if ENABLE_SPECS
-
-# Main DocBook/XML files (DOCTYPE book)
-docbook = saver.xml
-
-# The location where the DocBook/XML files and their generated formats are installed
-shelfdir = $(docdir)
-
-# Generate DocBook/XML output formats with or without stylesheets
-include $(top_srcdir)/docbook.am
-
-endif ENABLE_SPECS