diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-04-21 13:02:50 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@redhat.com> | 2002-04-21 13:02:50 +0000 |
commit | 0384881729afeaa1ff5c6ef1282b1222ebfd7179 (patch) | |
tree | 6bb052bd461c4c59514ef1c9f6decf3c7917b6cc /xembed/Makefile | |
parent | 19ceb4ed34fd0368294ed42f72e95dfaac4b107e (diff) | |
download | xdg-specs-0384881729afeaa1ff5c6ef1282b1222ebfd7179.tar.xz |
Sun Apr 21 09:20:30 2002 Owen Taylor <otaylor@redhat.com>
* Reorganize, add test cases in tests/
Diffstat (limited to 'xembed/Makefile')
-rw-r--r-- | xembed/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/xembed/Makefile b/xembed/Makefile deleted file mode 100644 index 030626c..0000000 --- a/xembed/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -all: html-build.stamp xembed-spec.ps - -html-build.stamp: xembed-spec.xml - rm -rf html && mkdir html && \ - cd html && \ - docbook2html ../xembed-spec.xml && \ - touch ../html-build.stamp - -xembed-spec.ps: xembed-spec.xml - docbook2ps ./xembed-spec.xml - -clean: rm -rf html-build.stamp html xembed-spec.ps - |