• R/O
  • SSH

webpage: 提交

Source code for the website of qtaskwarrior


Commit MetaInfo

修訂7f723f64ae772fdd51d7e1ccfd012d5316610283 (tree)
時間2021-05-12 05:00:23
作者Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fast...>
CommiterJaime Marquínez Ferrándiz

Log Message

Add clean target

Change Summary

差異

diff -r 6085a5278b80 -r 7f723f64ae77 Makefile
--- a/Makefile Tue May 11 20:36:53 2021 +0200
+++ b/Makefile Tue May 11 22:00:23 2021 +0200
@@ -1,9 +1,11 @@
11 RST2HTML = rst2html5
2+RST_SOURCES = index.en.rst
3+RST_TRANSLATED_SOURCES = index.es.rst
24 HTML_FILES = index.en.html index.es.html
35 OSDN_HTDOCS = shell.osdn.net:/home/groups/q/qt/qtaskwarrior/htdocs/
46 BUILD_DIR = build
57
6-.PHONY = deploy all po4a
8+.PHONY = deploy all po4a clean
79
810
911 all: $(HTML_FILES)
@@ -21,4 +23,5 @@
2123 cp -r screenshots $(BUILD_DIR)
2224 rsync --recursive -P $(BUILD_DIR)/ $(OSDN_HTDOCS)
2325
24-
26+clean:
27+ rm -rf $(BUILD_DIR) $(HTML_FILES) $(RST_TRANSLATED_SOURCES)
Show on old repository browser