Add older CDE documentation in .ps format until newer documentation can be generated with dtinfo.

This commit is contained in:
Jon Trulson
2012-06-19 19:37:36 -06:00
parent f7e87eb7f3
commit 5f48454d8e
12 changed files with 10 additions and 0 deletions

10
cde/doc/postscript/README Normal file
View File

@@ -0,0 +1,10 @@
This directory contains older CDE documentation in gzipped postscript
format. These can be converted to pdf files on linux with a command
like this:
gunzip -c AppBuilder.ps.gz |ps2pdf - /tmp/AppBuilder.pdf
If/When dtinfo is ever made to work, we can get more up to date
documentation from there. Until then, old docs are better than no
docs...