Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
elfio mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Third Party Mirrors
elfio mirror
Commits
b1f17c5e
Commit
b1f17c5e
authored
12 years ago
by
Serge Lamikhov-Center
Browse files
Options
Downloads
Patches
Plain Diff
Don't duplicate elfio.pdf - take it from doc/site directory
parent
099423c1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile.am
+4
-1
4 additions, 1 deletion
Makefile.am
Makefile.in
+9
-3
9 additions, 3 deletions
Makefile.in
doc/elfio.pdf
+0
-0
0 additions, 0 deletions
doc/elfio.pdf
with
13 additions
and
4 deletions
Makefile.am
+
4
−
1
View file @
b1f17c5e
...
...
@@ -6,4 +6,7 @@ nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfi_dynamic.hpp \
elfio/elfio_strings.hpp elfio/elfio_symbols.hpp
\
elfio/elfio_utils.hpp elfio/elfo_dynamic.hpp
\
elfio/elfio_dump.hpp
EXTRA_DIST
=
doc/elfio.pdf
EXTRA_DIST
=
doc/site/elfio.pdf
dist-hook
:
mv
$(
distdir
)
/doc/site/elfio.pdf
$(
distdir
)
/doc
rm
-Rf
$(
distdir
)
/doc/site
This diff is collapsed.
Click to expand it.
Makefile.in
+
9
−
3
View file @
b1f17c5e
...
...
@@ -224,7 +224,7 @@ nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfi_dynamic.hpp \
elfio/elfio_utils.hpp elfio/elfo_dynamic.hpp
\
elfio/elfio_dump.hpp
EXTRA_DIST
=
doc/elfio.pdf
EXTRA_DIST
=
doc/
site/
elfio.pdf
all
:
all-recursive
.SUFFIXES
:
...
...
@@ -479,6 +479,9 @@ distdir: $(DISTFILES)
||
exit
1
;
\
fi
;
\
done
$(
MAKE
)
$(
AM_MAKEFLAGS
)
\
top_distdir
=
"
$(
top_distdir
)
"
distdir
=
"
$(
distdir
)
"
\
dist-hook
-
test
-n
"
$(
am__skip_mode_fix
)
"
\
||
find
"
$(
distdir
)
"
-type
d
!
-perm
-755
\
-exec
chmod
u+rwx,go+rx
{}
\;
-o
\
...
...
@@ -722,8 +725,8 @@ uninstall-am: uninstall-nobase_includeHEADERS
.PHONY
:
$(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS
\
all all-am am--refresh check check-am clean clean-generic
\
ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip
\
dist-lzip dist-lzma dist-shar dist-tarZ dist-xz
dist-zip
\
distcheck distclean distclean-generic distclean-tags
\
dist-hook
dist-lzip dist-lzma dist-shar dist-tarZ dist-xz
\
dist-zip
distcheck distclean distclean-generic distclean-tags
\
distcleancheck distdir distuninstallcheck dvi dvi-am html
\
html-am info info-am install install-am install-data
\
install-data-am install-dvi install-dvi-am install-exec
\
...
...
@@ -736,6 +739,9 @@ uninstall-am: uninstall-nobase_includeHEADERS
tags-recursive uninstall uninstall-am
\
uninstall-nobase_includeHEADERS
dist-hook
:
mv
$(
distdir
)
/doc/site/elfio.pdf
$(
distdir
)
/doc
rm
-Rf
$(
distdir
)
/doc/site
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
...
...
This diff is collapsed.
Click to expand it.
doc/elfio.pdf
deleted
100644 → 0
+
0
−
0
View file @
099423c1
File deleted
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment