Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SyncTERM
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
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
Deucе
SyncTERM
Commits
90d4ba94
Commit
90d4ba94
authored
3 years ago
by
Stephen Hurd
Browse files
Options
Downloads
Patches
Plain Diff
Fix up install target.
parent
6890942e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+4
-1
4 additions, 1 deletion
CMakeLists.txt
syncterm.man.in
+1
-1
1 addition, 1 deletion
syncterm.man.in
with
5 additions
and
2 deletions
CMakeLists.txt
+
4
−
1
View file @
90d4ba94
...
@@ -62,6 +62,8 @@ set(SOURCE
...
@@ -62,6 +62,8 @@ set(SOURCE
ripper.c
ripper.c
)
)
configure_file
(
syncterm.man.in syncterm.man
)
file
(
ARCHIVE_CREATE OUTPUT syncterm.1.gz FORMAT raw COMPRESSION GZip PATHS syncterm.man
)
add_executable
(
syncterm
${
SOURCE
}
)
add_executable
(
syncterm
${
SOURCE
}
)
target_link_libraries
(
syncterm cryptlib xpdevplus
)
target_link_libraries
(
syncterm cryptlib xpdevplus
)
target_include_directories
(
syncterm PRIVATE
${
CMAKE_BINARY_DIR
}
)
target_include_directories
(
syncterm PRIVATE
${
CMAKE_BINARY_DIR
}
)
...
@@ -79,8 +81,9 @@ if(NOT HAS_FORKPTY)
...
@@ -79,8 +81,9 @@ if(NOT HAS_FORKPTY)
target_compile_definitions
(
syncterm PRIVATE NEEDS_DAEMON
)
target_compile_definitions
(
syncterm PRIVATE NEEDS_DAEMON
)
endif
()
endif
()
install
(
TARGETS syncterm
DESTINATION bin
)
install
(
TARGETS syncterm
RUNTIME
)
if
(
UNIX
)
if
(
UNIX
)
install
(
FILES syncterm.desktop DESTINATION share/applications
)
install
(
FILES syncterm.desktop DESTINATION share/applications
)
install
(
FILES syncterm.png DESTINATION share/icons/hicolor/64x64/apps
)
install
(
FILES syncterm.png DESTINATION share/icons/hicolor/64x64/apps
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/syncterm.1.gz DESTINATION man/man1
)
endif
()
endif
()
This diff is collapsed.
Click to expand it.
syncterm.man.in
+
1
−
1
View file @
90d4ba94
...
@@ -130,7 +130,7 @@ The curses and ANSI modes are not necessarily the correct number of lines for
...
@@ -130,7 +130,7 @@ The curses and ANSI modes are not necessarily the correct number of lines for
a traditional screen mode. As such, filler will be added around the terminal
a traditional screen mode. As such, filler will be added around the terminal
screen. For some display sizes, unpredictable results may occur.
screen. For some display sizes, unpredictable results may occur.
.SH FILES
.SH FILES
.IP \fC
%%
DESTDIR
%%%%
PREFIX
%%
/etc/syncterm.lst\fR
.IP \fC
@
DESTDIR
@@CMAKE_INSTALL_
PREFIX
@
/etc/syncterm.lst\fR
The system wide dialing directory.
The system wide dialing directory.
.IP \fC~/.syncterm/syncterm.lst\fR
.IP \fC~/.syncterm/syncterm.lst\fR
The users dialing directory
The users dialing directory
...
...
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