git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1843 8eb893ce-cfd4-0310-b710-fb5ebe64c474
... | ... |
@@ -20,4 +20,19 @@ fulldoc: |
20 | 20 |
|
21 | 21 |
.PHONY: clean |
22 | 22 |
clean: |
23 |
- rm -Rf doxygen_doc doxygen_fulldoc index.txt Howtostart_noproxy.txt Howtostart_simpleproxy.txt Howtostart_voicemail.txt Applications.txt ZRTP.txt Tuning.txt ComponentModules.txt |
|
23 |
+ rm -Rf doxygen_doc doxygen_fulldoc |
|
24 |
+ |
|
25 |
+.PHONY: txtdoc_clean |
|
26 |
+txtdoc_clean: |
|
27 |
+ rm -rf index.txt Howtostart_noproxy.txt Howtostart_simpleproxy.txt Howtostart_voicemail.txt Applications.txt ZRTP.txt Tuning.txt ComponentModules.txt |
|
28 |
+ |
|
29 |
+.PHONY: txtdoc |
|
30 |
+txtdoc: doc |
|
31 |
+ lynx -dump doxygen_doc/html/index.html >index.txt |
|
32 |
+ lynx -dump doxygen_doc/html/howtostart_noproxy.html >Howtostart_noproxy.txt |
|
33 |
+ lynx -dump doxygen_doc/html/howtostart_simpleproxy.html >Howtostart_simpleproxy.txt |
|
34 |
+ lynx -dump doxygen_doc/html/howtostart_voicemail.html >Howtostart_voicemail.txt |
|
35 |
+ lynx -dump doxygen_doc/html/AppDoc.html >Applications.txt |
|
36 |
+ lynx -dump doxygen_doc/html/ZRTP.html >ZRTP.txt |
|
37 |
+ lynx -dump doxygen_doc/html/Tuning.html >Tuning.txt |
|
38 |
+ lynx -dump doxygen_doc/html/ComponentDoc.html >ComponentModules.txt |