diff options
author | Michele Calgaro <[email protected]> | 2022-08-28 21:57:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-08-28 22:16:14 +0900 |
commit | 6493cf19d99f6b955982aa0488610feb77a8aad0 (patch) | |
tree | 49c966b2503e36207150203508fbef619afc8a61 /doc/online/Makefile | |
parent | 07be9f46cf16814185ccfb2435a0654cd2c55580 (diff) | |
download | tdepowersave-6493cf19d99f6b955982aa0488610feb77a8aad0.tar.gz tdepowersave-6493cf19d99f6b955982aa0488610feb77a8aad0.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 795bcd2584759310a0fe512bff3c90841a47a5e4)
Diffstat (limited to 'doc/online/Makefile')
-rw-r--r-- | doc/online/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/online/Makefile b/doc/online/Makefile deleted file mode 100644 index e51b7a2..0000000 --- a/doc/online/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -all: - meinproc --stylesheet /opt/trinity/share/apps/ksgmltools2/customization/tde-web.xsl ../en/index.docbook - ./replace - rm *.bak - cp ../en/*.png . - -clean: - rm *.png *.html |