Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
libcifpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
libcifpp
Commits
791ab245
Unverified
Commit
791ab245
authored
Dec 15, 2020
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix makefile for renamed script
parent
43287736
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
GNUmakefile.in
+2
-2
No files found.
GNUmakefile.in
View file @
791ab245
...
...
@@ -252,9 +252,9 @@ install: lib
for
d
in
isomers.txt dictionaries/mmcif_ddl.dic dictionaries/mmcif_pdbx_v50.dic
;
do
\
install
-m644
rsrc/
$$
d
$(datadir)
/libcifpp
;
\
done
gzip
$(datadir)
/libcifpp/
*
gzip
-f
$(datadir)
/libcifpp/
*
install
-d
$(CRON_DIR)
install
-m755
tools/
libcifpp-update-mmcif-pdbx-dictionary
$(CRON_DIR)
/libcifpp
install
-m755
tools/
update-dictionary-script
$(CRON_DIR)
/libcifpp
install
-d
$(includedir)
/cif++
for
f
in
$(HEADERS)
;
do
install include/cif++/
$$
f
$(includedir)
/cif++/
$$
f
;
done
install
-d
$(pkgconfigdir)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment