mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Documentation generation under Linux
This commit is contained in:
parent
df3b06c9c1
commit
5ab880d8ed
4 changed files with 17 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
REM http://pasdoc.sourceforge.net
|
||||
pasdoc --marker en --output doc\en\dev-help --define MSWINDOWS --source units.txt
|
||||
pasdoc --marker en --output doc\en\dev-help --define MSWINDOWS --source units-doc-win.txt
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
# http://pasdoc.sourceforge.net
|
||||
pasdoc --marker en --output doc/en/dev-help --define UNIX --source units.txt
|
||||
#!/bin/sh
|
||||
# http://pasdoc.sourceforge.net
|
||||
pasdoc --marker en --output doc/en/dev-help --define UNIX --source units-doc-unix.txt
|
||||
13
units-doc-unix.txt
Normal file
13
units-doc-unix.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
src/ufilelist.pas
|
||||
src/udcutils.pas
|
||||
src/platform/uOSUtils.pas
|
||||
src/platform/uosforms.pas
|
||||
src/uvfs.pas
|
||||
src/uexts.pas
|
||||
src/ufileprocs.pas
|
||||
src/udescr.pas
|
||||
src/platform/win/umywindows.pas
|
||||
src/platform/unix/umyunix.pas
|
||||
src/platform/unix/inotify.pp
|
||||
src/uvfsutil.pas
|
||||
src/uwcxmodule.pas
|
||||
Loading…
Add table
Add a link
Reference in a new issue