forked from pywinauto/pywinauto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
makedocs.bat
25 lines (15 loc) · 858 Bytes
/
makedocs.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@echo off
c:\.temp\pudge\pudge\cli --documents doc_source\index.rst,doc_source\howto.rst,history.txt,license.txt,todo.txt --title pywinauto -v -d documentation -m pywinauto.application,pywinauto.clipboard,pywinauto.findbestmatch,pywinauto.findwindows,pywinauto.handleprops,pywinauto.XMLHelpers,pywinauto.controls,pywinauto.tests -t \.temp\pudge\pudge\template\green_paste
REM These are the python modules
REM application.py
REM clipboard.py
REM findbestmatch.py
REM findwindows.py
REM handleprops.py
REM win32defines.py
REM win32functions.py
REM win32structures.py
REM XMLHelpers.py
REM controls
REM tests
REM c:\.temp\pudge\pudge\cli --title pywinauto -v -m pywinauto --documents docs\index.rst,history.txt,license.txt,todo.txt,docs\howto.rst -d pudge_output_green_paste -t \.temp\pudge\pudge\template\green_paste