Skip to content

Commit

Permalink
Editing devel-man process to match flattened src/ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorse committed May 21, 2016
1 parent 6c78d1d commit ba9400a
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 84 deletions.
8 changes: 4 additions & 4 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ user-man:

devel-man:
cp $(BLD)/pscf.f $(SRC)/pscf.f
cp $(BLD)/scf_mod.f $(SRC)/scf/scf_mod.f
cp $(BLD)/iterate_mod.f $(SRC)/iterate/iterate_mod.f
cp $(BLD)/scf_mod.f $(SRC)/scf_mod.f
cp $(BLD)/iterate_mod.f $(SRC)/iterate_mod.f
$(PYTHON) $(GDOC)
rm $(SRC)/pscf.f
rm $(SRC)/scf/scf_mod.f
rm $(SRC)/iterate/iterate_mod.f
rm $(SRC)/scf_mod.f
rm $(SRC)/iterate_mod.f

.PHONY: clean

Expand Down
159 changes: 79 additions & 80 deletions doc/devel-man.rc
Original file line number Diff line number Diff line change
@@ -1,80 +1,79 @@

Item_types:
e program
m module
v variable
p procedure
t type
c comment

Section_types:
PROGRAM
MODULE
PUBLIC VARIABLES
PUBLIC PROCEDURES
VARIABLE
SUBROUTINE
FUNCTION
TYPE
SYNOPSIS
PURPOSE
ARGUMENTS
RETURN
ALGORITHM
COMMENT
NOTE
SOURCE
AUTHOR
HISTORY
VERSION
PRIVATE PROCEDURES

Section_ignore:
AUTHOR
HISTORY
VERSION
PRIVATE PROCEDURES

Src_dir:
../src

Doc_dir:
devel-man

Com_char:
!

Filenames:
pscf.f
iterate/iterate_mod.f
iterate/sweep_mod.f
iterate/response_pd_mod.f
scf/scf_mod.f
scf/chemistry_mod.f
scf/chain_mod.f
scf/step_mod.f
grid/grid_mod.f
grid/fft3_mod.f
crystal/basis_mod.f
crystal/unit_cell_mod.f
crystal/group_mod.f
crystal/space_groups_mod.f
crystal/grid_basis_mod.f
response/response_mod.f
response/response_step_mod.f
response/extrapolate_mod.f
rpa/spinodal_mod.f
rpa/rpa_mod.f
io/string_mod.f
io/io_mod.f
io/version_mod.f
io/field_io_mod.f
const_mod.f

Format:
html

Access:
public

Done

Item_types:
e program
m module
v variable
p procedure
t type
c comment

Section_types:
PROGRAM
MODULE
PUBLIC VARIABLES
PUBLIC PROCEDURES
VARIABLE
SUBROUTINE
FUNCTION
TYPE
SYNOPSIS
PURPOSE
ARGUMENTS
RETURN
ALGORITHM
COMMENT
NOTE
SOURCE
AUTHOR
HISTORY
VERSION
PRIVATE PROCEDURES

Section_ignore:
AUTHOR
HISTORY
VERSION
PRIVATE PROCEDURES

Src_dir:
../src

Doc_dir:
devel-man

Com_char:
!

Filenames:
pscf.f
iterate_mod.f
sweep_mod.f
response_pd_mod.f
scf_mod.f
chemistry_mod.f
chain_mod.f
step_mod.f
grid_mod.f
fft3_mod.f
basis_mod.f
unit_cell_mod.f
group_mod.f
space_groups_mod.f
grid_basis_mod.f
field_io_mod.f
response_mod.f
response_step_mod.f
extrapolate_mod.f
spinodal_mod.f
string_mod.f
io_mod.f
version_mod.f
const_mod.f

Format:
html

Access:
public

Done

0 comments on commit ba9400a

Please sign in to comment.